object frmBugReport: TfrmBugReport Left = 410 Top = 155 Width = 377 Height = 285 BorderIcons = [] Caption = 'Bug Report Instructions' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object memText: TMemo Left = 8 Top = 8 Width = 353 Height = 209 TabStop = False Lines.Strings = ( 'This report is used to help me to track down the problems you ma' + 'y find' 'by using this program, and (hopefully) fix them.' '' 'Before you begin, you have to keep in mind just few things:' '' '- this is useful, if you have clear what is occurred and you can' + ' describe it.' 'Something like "It'#39's dead" is completly useless.' 'If you have found how to cause the problem, write it.' '' '- don'#39't attach screenshots for nothing. If you have to, the ima' + 'ges must be ' 'smaller than 100 Kb in (.jpg or .png). Bigger files or differen' + 't formats will ' 'delete the report.' '' '' 'Thank you') ReadOnly = True TabOrder = 0 WantReturns = False end object btnOk: TBitBtn Left = 288 Top = 224 Width = 75 Height = 25 TabOrder = 1 OnClick = btnOkClick Kind = bkOK end object btnCancel: TBitBtn Left = 208 Top = 224 Width = 75 Height = 25 TabOrder = 2 OnClick = btnCancelClick Kind = bkCancel end end